DataSource for Entity Framework in WPF
C1.LiveLinq.Collections Namespace / IndexedCollection<T> Class / RemoveItem Method
The zero-based ordinal of the element to remove.

In This Topic
    RemoveItem Method
    In This Topic
    Removes the element of the IndexedCollection<T> at the specified ordinal position.
    Syntax
    'Declaration
     
    Protected Overrides Sub RemoveItem( _
       ByVal ordinal As Integer _
    ) 
    protected override void RemoveItem( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based ordinal of the element to remove.
    See Also